home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
make.lintlib
< prev
next >
Wrap
Text File
|
1990-10-03
|
284b
|
8 lines
### lintlib ###
# LINTLIBSRCS - list of source files for this lint lib
# LINTFLAGS - additional lint flags
# LINTLIB - base name of lint library to create
LINTLIBNAME = llib-l$(LINTLIB).ln
$(LINTLIBNAME): $(LINTLIBSRCS)
lint -o $(LINTLIB) $(SYSLINTFLAGS) $(LINTFLAGS) $(LINTLIBSRCS)